home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / pc / ganmac / eb.cst / 00059_Field_video.txt < prev    next >
Text File  |  1999-05-31  |  1KB  |  41 lines

  1. on exitFrame
  2.   global duration
  3.   set the visible of sprite 98 to true
  4.   --  set the visible of sprite 99 to false
  5.   --  set the movierate of sprite 6 to 0
  6.   if the movietime of sprite 6 = duration then
  7.     set the member of sprite 101 to the number of member "play" of castlib "eb.cst"
  8.   end if
  9.   
  10.   global gmenu
  11.   case (the clickon) of
  12.     55:set gmenu to 2
  13.     56:set gmenu to 2
  14.   end case
  15.   
  16.   
  17.   
  18.   go to the frame
  19. end exitframe
  20.  
  21.  
  22. on enterframe
  23.   global duration,handcur
  24.   global gwpage,gpagetot,gpage1tot,gpage2tot,gpage3tot,gpage4tot,lastsprite,mainframe
  25.    set gwpage to 1
  26.   set totsprite to 2
  27.   set lastsprite to 69
  28.   
  29.   set duration to the duration of sprite 6
  30.   set the visible of sprite 100 to false
  31.   --  set handcur to [the number of cast "HC1",the number of cast "HC2"]
  32.   --  SET THE CURSOR OF SPRITE 95 TO HANDCUR
  33.   --  SET THE CURSOR OF SPRITE 96 TO HANDCUR
  34.   --  SET THE CURSOR OF SPRITE 99 TO HANDCUR
  35.   --  CHASPCURSOR HANDCUR,109,120
  36.   --  CHASPCURSOR HANDCUR,101,102
  37. end enterframe
  38.  
  39.  
  40.  
  41.